1 namespace WarehouseManagementSystem
2 {
3     
partial class frmSplash
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.timer1 = new System.Windows.Forms.Timer(this.components);
33             
this.progressBar1 = new System.Windows.Forms.ProgressBar();
34             
this.label1 = new System.Windows.Forms.Label();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.label3 = new System.Windows.Forms.Label();
37             
this.SuspendLayout();
38             
//
39             
// timer1
40             
//
41             
this.timer1.Enabled = true;
42             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
43             
//
44             
// progressBar1
45             
//
46             
this.progressBar1.Location = new System.Drawing.Point(-1, 328);
47             
this.progressBar1.Name = "progressBar1";
48             
this.progressBar1.Size = new System.Drawing.Size(602, 5);
49             
this.progressBar1.TabIndex = 0;
50             
//
51             
// label1
52             
//
53             
this.label1.AutoSize = true;
54             
this.label1.BackColor = System.Drawing.Color.Transparent;
55             
this.label1.Font = new System.Drawing.Font("Palatino Linotype", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
56             
this.label1.ForeColor = System.Drawing.Color.DarkOrange;
57             
this.label1.Location = new System.Drawing.Point(86, 9);
58             
this.label1.Name = "label1";
59             
this.label1.Size = new System.Drawing.Size(453, 39);
60             
this.label1.TabIndex = 2;
61             
this.label1.Text = "Warehouse Management System";
62             
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
63             
//
64             
// label2
65             
//
66             
this.label2.AutoSize = true;
67             
this.label2.BackColor = System.Drawing.Color.Transparent;
68             
this.label2.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
69             
this.label2.ForeColor = System.Drawing.Color.DarkOrange;
70             
this.label2.Location = new System.Drawing.Point(230, 41);
71             
this.label2.Name = "label2";
72             
this.label2.Size = new System.Drawing.Size(103, 22);
73             
this.label2.TabIndex = 3;
74             
this.label2.Text = "Version 1.0.0";
75             
//
76             
// label3
77             
//
78             
this.label3.AutoSize = true;
79             
this.label3.BackColor = System.Drawing.Color.Transparent;
80             
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.label3.ForeColor = System.Drawing.Color.Teal;
82             
this.label3.Location = new System.Drawing.Point(57, 290);
83             
this.label3.Name = "label3";
84             
this.label3.Size = new System.Drawing.Size(0, 18);
85             
this.label3.TabIndex = 4;
86             
//
87             
// frmSplash
88             
//
89             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
90             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
91             
this.BackgroundImage = global::WarehouseManagementSystem.Properties.Resources.splash1;
92             
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
93             
this.ClientSize = new System.Drawing.Size(603, 334);
94             
this.ControlBox = false;
95             
this.Controls.Add(this.label3);
96             
this.Controls.Add(this.label2);
97             
this.Controls.Add(this.label1);
98             
this.Controls.Add(this.progressBar1);
99             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
100             
this.Name = "frmSplash";
101             
this.ShowIcon = false;
102             
this.ShowInTaskbar = false;
103             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
104             
this.Text = "frmSplash";
105             
this.Load += new System.EventHandler(this.frmSplash_Load);
106             
this.ResumeLayout(false);
107             
this.PerformLayout();
108
109         }
110
111         
#endregion
112
113         
private System.Windows.Forms.Timer timer1;
114         
private System.Windows.Forms.ProgressBar progressBar1;
115         
private System.Windows.Forms.Label label1;
116         
private System.Windows.Forms.Label label2;
117         
private System.Windows.Forms.Label label3;
118     }
119 }


Gõ tìm kiếm nhanh...